home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / MODEM.H < prev    next >
C/C++ Source or Header  |  1991-10-06  |  665b  |  22 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    m o d e m . h                                                   */
  3. /*                                                                    */
  4. /*    Prototypes for high level modem support routines                */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. CONN_STATE callup( void );
  8.  
  9. CONN_STATE callin( const char *logintime );
  10.  
  11. CONN_STATE callhot( const BPS speed );
  12.  
  13. void slowwrite( char *s, int len);
  14.  
  15. void shutdown( void );
  16.  
  17. INTEGER  GetGPacket( INTEGER maxvalue );
  18.  
  19. INTEGER  GetGWindow( INTEGER maxvalue );
  20.  
  21. extern char *device;
  22.